projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c4b92
)
entry completion: Reduce the timeout
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Dec 2015 19:12:27 +0000
(14:12 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 5 Dec 2015 19:12:27 +0000
(14:12 -0500)
Pop up the completion window after 100ms. The previous timeout
of 300ms was making completions feel slow.
https://bugzilla.gnome.org/show_bug.cgi?id=758929
gtk/gtkentrycompletion.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentrycompletion.c
b/gtk/gtkentrycompletion.c
index 9acae9de70a1138d8ba0fd1eddbe313f19725d05..8026806186aec1c073effa45c6db080645344e96 100644
(file)
--- a/
gtk/gtkentrycompletion.c
+++ b/
gtk/gtkentrycompletion.c
@@
-90,7
+90,7
@@
#include <string.h>
#define PAGE_STEP 14
-#define COMPLETION_TIMEOUT
3
00
+#define COMPLETION_TIMEOUT
1
00
/* signals */
enum